From 7f8058633e7ff2e9dc35d5b0d769a6c520245d51 Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Mon, 29 Nov 2004 16:39:56 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.473 (41ab50dcbOBc6vATUv4icoPk7JOPnA) entry.S: Fix some comments. --- linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S index 510714d237..507ab44855 100644 --- a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S +++ b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/entry.S @@ -137,7 +137,7 @@ VM_MASK = 0x00020000 pushl %ebx; \ movl $(__USER_DS), %edx; \ movl %edx, %ds; \ - movl %edx, %es; + movl %edx, %es #define SAVE_ALL \ SAVE_ALL_NO_EVENTMASK; \ @@ -572,7 +572,7 @@ critical_region_fixup: jmp 11b critical_fixup_table: - .byte 0x00,0x00,0x00 # testb $0x1,(%esi) = XEN_TEST_PENDING + .byte 0x00,0x00,0x00 # testb $0xff,(%esi) = XEN_TEST_PENDING .byte 0x00,0x00 # jnz 14f XEN_UNLOCK_VCPU_INFO_SMP_fixup .byte 0x00 # pop %ebx -- 2.30.2